Defines various layout options for displaying text on page graphics.
Initializes a new PDFStringLayoutOptions object.
Initializes a new PDFStringLayoutOptions object.
Gets a flag indicating whether long words should wrap if they do not fit entirely on a single line.
Gets the height of rectangle that defines the text location.
The text is cut when its height is greater than this height. If this is 0 or negative, its value is ignored and the text overflows.
Gets the horizontal alignment of text.
Gets the line spacing adjustment.
This value is added to default line spacing in order to increase or decrease the spacing between lines of text in a text box.
Gets the rotation angle of the text.
The text is rotated counterclockwise.
Gets the text direction.
Gets the vertical alignment of text.
The anchor point depends on the horizontal text alignment.
Gets the width of rectangle that defines the text location.
The text is automatically wrapped when the text width is greater than this width. If this is 0 or negative, its value is ignored and the text is not wrapped.
Gets the X coordinate of the text anchor point.
Gets the Y coordinate of the text anchor point.
The anchor point depends on the vertical text alignment.
Sets a flag indicating whether long words should wrap if they do not fit entirely on a single line.
Sets the height of rectangle that defines the text location.
The text is cut when its height is greater than this height. If this is 0 or negative, its value is ignored and the text overflows.
Sets the horizontal alignment of text.
Sets the line spacing adjustment.
This value is added to default line spacing in order to increase or decrease the spacing between lines of text in a text box.
Sets the rotation angle of the text.
The text is rotated counterclockwise.
Sets the text direction.
Sets the vertical alignment of text.
The anchor point depends on the horizontal text alignment.
Sets the width of rectangle that defines the text location.
The text is automatically wrapped when the text width is greater than this width. If this is 0 or negative, its value is ignored and the text is not wrapped.
Sets the X coordinate of the text anchor point.
Sets the Y coordinate of the text anchor point.
The anchor point depends on the vertical text alignment.